From: Pavel Janík Date: Fri, 23 Nov 2001 07:04:49 +0000 (+0000) Subject: (access_keymap): Remove unused variables `c1' and `c2'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~60377 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1b944d9cd998e5af71a2e1bd7f88f11b4bfec8c4;p=emacs.git (access_keymap): Remove unused variables `c1' and `c2'. --- diff --git a/src/ChangeLog b/src/ChangeLog index bbf738bf5bb..167f9ecfe31 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-11-23 Pavel Jan,Bm(Bk + + * keymap.c (access_keymap): Remove unused variables `c1' and `c2'. + 2001-11-22 Jason Rumney * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment. diff --git a/src/keymap.c b/src/keymap.c index 02f7c75edab..ea8637c3b1a 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -552,7 +552,6 @@ access_keymap (map, idx, t_ok, noinherit, autoload) else if (CONSP (binding)) { Lisp_Object key = XCAR (binding); - int c1, c2; if (EQ (key, idx)) val = XCDR (binding);